Weird Overlay draw behaviour when zooming in the MapView [android]

Posted by Itsik on Stack Overflow See other posts from Stack Overflow or by Itsik
Published on 2010-05-08T07:47:47Z Indexed on 2010/05/08 7:58 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

I've extended Overlay and implemented draw() in order to draw some stuff onto the map. When zooming is done through mapController.zoomIn() (called when doubleTapping the map), the overlay is drawn properly onto the map.

BUT whenever I zoom in/out with the built in zoom controller, the overlay is not drawn properly and panning the map is needed to get the overlay refreshed.

© Stack Overflow or respective owner

Related posts about android

Related posts about mapview